@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&display=swap');
*,
*:focus,
*:hover {
    outline: none;
}

body {
    font-family: 'DM Mono', monospace;
    background: none;
}

#title {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    color: white;
    right: -80px;
    top: -3%;
    font-size: 40px;
}

.Regulament {
    font-weight: bold;
    position: absolute;
    background-color: rgba(14, 13, 13, 0.9);
border-radius: 10px;
    height: 50%;
    width: 17%;
    left: 76%;
    top: 15%;
}



.Sanctiuni {
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    top: -26px;
    left: -5px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    position: relative;
    color: white;
}